2893 безплатни аудиофайлове за "Computer Key"

00:00
03:00
This is the noise of my desktop pc at max fan speed, and a laptop that is currently experiencing coil whine. Recorded with the internal microphone of my sony rx100 vii.
Автор: Someordinarydude
00:00
00:04
A success sound made by flstudio with a little reverb. Can be used for a computer sound when you do something right or ortherstuff like that.
Автор: Kagateni
00:00
00:01
Suitable for game events such as start, game over, next level, etc.
Автор: Navadaux
00:00
00:01
A short beep taken by a board game.
Автор: Edo
00:00
01:18
Sound of a computer server/hard drive being turned on.
Автор: Maplegirlie
00:00
00:06
I did this for a game mod, thought it sounded cool.
Автор: Reitanna
00:00
00:24
This is one of the sounds i use for the hum of droids in bloody, bold, irresolute. It can be used for robots, background noise, faulty computers, etc.
Автор: Thespiderwriter
00:00
00:02
This is the sound of an old msi computer shutting down. This sound has been recorded with an iphone4s and edited with gold wave.
Автор: Supersnd
00:00
00:13
Created by reversing and forwarding through a sony vegas audio file.
Автор: Scaevola
00:00
00:02
This is sound of something like turn on radio device. Can use in games and in other stuff. Made in fl studios.
Автор: Zvinbergsa
00:00
00:01
A punchy kick drum for dubstep or other electronic genres. It was made using 3 samples. One i synthesized and the other two were from a sample pack made by "my stoner mind" which is located here: https://www. Dropbox. Com/sh/hzgyigdb125lz0b/uwcyusjaa2.
Автор: Willolis
00:00
00:22
Printer, recorded with zoom h2n.
Автор: Lezaarth
00:00
00:53
The relentless sound of a data server whirring away in the corner of a busy solicitors office. Never switched off, this hypnotic and maddening sound is an omnipresent feature of the modern office environment.
Автор: Pmbrowne
00:00
02:50
This sounds are created by me with synthesizer. Very similar to star trek computer sounds. If you need music or sounddesign check : www. Robertoignis. Com.
Автор: Audioorange
00:00
00:12
This is a recording that has many clicks for your clicking sound effect needs. :).
Автор: Joebro
00:00
04:19
Typing quickly on a computer (macbook pro) with a bracelet or watch on.
Автор: El Wilk
00:00
02:40
.
Автор: Albin
00:00
00:49
There are many ways to "listen" to a computer. The high frequencies are miles from what a human can hear, so you must divide and mix until you hear the computer "speaking". This one: simply placed the am mf coil close to a data cable to a pci slot. The sharp noise is not noise, but clock signals which are divided x times the rattling is caused by every move with the mouse.
Автор: Vumseplutten
00:00
00:25
Stereo recording of a page printing from an inkjet printer.
Автор: Clairinski
00:00
00:04
This is a simple sound effect, which can be used for an simple animation/games/etc. This sound describe a falling object (for example a falling character). This can be useful, if your character falls from a cliff or something like that. Because this sound is very simple, i license this sound effect under cc0. Have fun!greetings from germany. . .
Автор: Thafiredragonofdeath
00:00
00:03
A normal mouse click and a more aggressive one.
Автор: Edsward
00:00
00:58
Printer recorded with zoom h4 48k 16 bit.
Автор: Shaugestuen
00:00
00:09
Coffee cup sliding along my desk, some fan noise in the background.
Автор: Lolamadeus
00:00
00:10
My girlfriend's 4 year old daughter was playing a game on the computer when a woman's voice began giving directions on how to play. This is a recording of the raging battle that ensued. I used my olympus ws-310m for this recording.
Автор: Uberhuberman
00:00
00:12
My cd player reading a disc.
Автор: Animationisaac
00:00
00:12
Echoey bleeps and bloops - sounds like an old computer. "heavenly" as the delay effect i put on it makes it sound sort of "dreamy" in a way.
Автор: Michellepamelalyons
00:00
00:58
Recording near a computer fan and hard drive. Not great quality recording. I had placed the mic right where all the air was blowing. Sounds best on lower volumes.
Автор: Yvessch
00:00
00:04
Recorded with zoom h1 inbuilt microphones.
Автор: Bigkahuna
00:00
00:04
Recorded with zoom h1 inbuilt microphones.
Автор: Bigkahuna
00:00
00:01
Recorded with zoom h1 inbuilt microphones.
Автор: Bigkahuna
00:00
00:06
Recorded with zoom h1 inbuilt microphones.
Автор: Bigkahuna
00:00
00:16
Random beeps made with pc speaker sounds. (the range is from 37 sq. Hz to 5000sq. Hz (1ct/s of duration each beep).
Автор: Felfa
00:00
00:26
Random beeps made with pc speaker sounds. (the range is from 100 sq. Hz to 1000sq. Hz (1 ct/s of duration each beep).
Автор: Felfa
00:00
00:04
Happy little digital noise. Might be a useful background loop.
Автор: Dayvonjersen
00:00
00:03
It is the inicial sound (bip) when you open a computer in tallers, where there are a lot of them.
Автор: Victoriarey
00:00
01:51
The interactive map at the staten island ferry terminal.
Автор: Sometimesjasmine
00:00
01:33
These are computer keyboard typing sounds. Me doing the typing. Recoding with a rode nt1 and using a razor blackwidow ultimate keyboard.
Автор: Yottasounds
00:00
00:14
I made a small python program that generates 20 random beeps. I record the outcome. I cut the result so that the first beep starts after 0. 01 secthe file ends right after the last beep. (i'm a python noob. . . If you find something you don’t like in the code please let me know. ). # gis_sweden 20170531 - random beep in python :-)import winsoundimport randomimport timebeepnr = 1. While beepnr < 21:freq = random. Randrange(1000)+110dur1 = random. Randrange(700)+20dur2 = random. Randrange(10)+2winsound. Beep (freq, dur1)time. Sleep(dur2/10)print 'beep number', beepnrbeepnr = beepnr + 1.
Автор: Gis Sweden
00:00
00:15
I made a small python program that generates 20 random beeps. I record the outcome. I cut the result so that the first beep starts after 0. 01 secthe file ends right after the last beep. (i'm a python noob. . . If you find something you don’t like in the code please let me know. ). # gis_sweden 20170531 - random beep in python :-)import winsoundimport randomimport timebeepnr = 1. While beepnr < 21:freq = random. Randrange(1000)+110dur1 = random. Randrange(700)+20dur2 = random. Randrange(10)+2winsound. Beep (freq, dur1)time. Sleep(dur2/10)print 'beep number', beepnrbeepnr = beepnr + 1.
Автор: Gis Sweden
00:00
00:14
I made a small python program that generates 20 random beeps. I record the outcome. I cut the result so that the first beep starts after 0. 01 secthe file ends right after the last beep. (i'm a python noob. . . If you find something you don’t like in the code please let me know. ). # gis_sweden 20170531 - random beep in python :-)import winsoundimport randomimport timebeepnr = 1. While beepnr < 21:freq = random. Randrange(1000)+110dur1 = random. Randrange(700)+20dur2 = random. Randrange(10)+2winsound. Beep (freq, dur1)time. Sleep(dur2/10)print 'beep number', beepnrbeepnr = beepnr + 1.
Автор: Gis Sweden
00:00
00:15
I made a small python program that generates 20 random beeps. I record the outcome. I cut the result so that the first beep starts after 0. 01 secthe file ends right after the last beep. (i'm a python noob. . . If you find something you don’t like in the code please let me know. ). In this sound i have joined three "beep files". Sound 1 panned to the leftsound 2 in the centersound 3 panned to the right. # gis_sweden 20170531 - random beep in python :-)import winsoundimport randomimport timebeepnr = 1. While beepnr < 21:freq = random. Randrange(1000)+110dur1 = random. Randrange(700)+20dur2 = random. Randrange(10)+2winsound. Beep (freq, dur1)time. Sleep(dur2/10)print 'beep number', beepnrbeepnr = beepnr + 1.
Автор: Gis Sweden
00:00
00:06
A small test i did to see if i can emulate many games' futuristic computerized voice ui systems. 1st is a (terrible) pseudo british accent, second my regular voice modified, and third a heavily modified robotic sounding voice.
Автор: Piedoom
00:00
00:07
A sample from an old 80's computer game. 'one intruder destroyed!'.
Автор: Cityrocker
00:00
00:29
A mac book pro's track pad single and double clicking, as well as clicking and dragging.
Автор: Megapenguin
00:00
00:35
Young crows "fighting" with a mirror, computer game and wind in the background.
Автор: Flemur
00:00
00:24
Lifting an exposed desktop pc case out of cardboard box and dropping it again. Recorded with tascam dr-1.
Автор: Lampeight
00:00
00:33
Lifting an exposed desktop pc case out of cardboard box and dropping it again. Recorded with tascam dr-1.
Автор: Lampeight
00:00
00:41
Close mic sound of a noisy computer power supply buzzing.
Автор: Alienistcog
00:00
01:01
A person playing a computer game, hitting the keyboard and clicking the mouse.
Автор: Thegoose
00:00
00:28
Mac ibook g3's cdrom working and producing various sound including some air noise from the spinning cd. Recorded very close to the cdrom with rode nt1000 condensor microphone through tlaudio fat2 tube preamp through rme hammerfall dsp audio interface.
Автор: Kijjaz
751 - 800 z celkového počtu 2893 Следваща страница
/ 58